バージョン

SafeSortedReadOnlyDoubleCollection コンストラクタ(IList<Double>,IList<Int32>,Double)

新しい SafeSortedReadOnlyDoubleCollection インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal target As IList(Of Double), _
   ByVal sortedIndices As IList(Of Integer), _
   ByVal safeValue As Double _
)
public SafeSortedReadOnlyDoubleCollection( 
   IList<double> target,
   IList<int> sortedIndices,
   double safeValue
)

パラメータ

target
ラップするターゲット コレクション。
sortedIndices
並べ替えられた場合のターゲット コレクションの並べ替えされていないインデックス。
safeValue
フォール バック時に使用される安全値のバリュー。
参照